Se están aplicando 5 estilos
- Estilo 1:
.cabecera h1 {
font-family: Times New Roman;
}
Puntuación: 0011
- Estilo 2:
h1 {
font-family: Times;
}
Puntuación: 0001
- Estilo 3:
h1 {
font-family: sans-serif;
color: red;
}
Puntuación: 0001
- Estilo 4:
#caja .cabecera h1 {
font-family: serif;
color: green;
}
Puntuación: 0111
- Estilo 5:
#caja h1 {
font-family: Arial;
color: blue;
}
Puntuación: 0101
El estilo ganador es el Estilo 4